home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / bios.dir / 00204.ls < prev    next >
Encoding:
Text File  |  1995-08-02  |  284 b   |  14 lines

  1. on exitFrame
  2.   global gSTextSprite, gTextSprite
  3.   if soundBusy(2) = 1 then
  4.     sound playFile 2, "secserv.wav"
  5.   end if
  6.   puppetSprite(8, 1)
  7.   puppetSprite(9, 1)
  8.   puppetSprite(4, 1)
  9.   puppetSprite(5, 1)
  10.   puppetSprite(6, 1)
  11.   puppetSprite(gSTextSprite, 1)
  12.   set gTextSprite to 3
  13. end
  14.